Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 239 Bytes

8.1 - 回调函数.md

File metadata and controls

6 lines (4 loc) · 239 Bytes

回调函数

WebSocket除了接收Swoole\ServerSwoole\Http\Server基类的回调函数外,额外增加了3个回调函数设置。其中:

  • onMessage回调函数为必选
  • onOpenonHandShake回调函数为可选